summaryrefslogtreecommitdiffstats
path: root/redhat/applications/wlassistant/wlassistant-14.0.0.patch
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2015-08-05 20:25:18 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2015-08-05 20:25:18 +0200
commit562049cd694f6dd0927b9880227fc4f6da008839 (patch)
treee939e442f1fb29ff29811ebc02f672ecf62a47c1 /redhat/applications/wlassistant/wlassistant-14.0.0.patch
parent6253ed4f8177cb33fef709fb7e215ff94e6300c1 (diff)
downloadtde-packaging-562049cd.tar.gz
tde-packaging-562049cd.zip
RPM Packaging: massive update
Diffstat (limited to 'redhat/applications/wlassistant/wlassistant-14.0.0.patch')
-rw-r--r--redhat/applications/wlassistant/wlassistant-14.0.0.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/redhat/applications/wlassistant/wlassistant-14.0.0.patch b/redhat/applications/wlassistant/wlassistant-14.0.0.patch
deleted file mode 100644
index 385d4d07d..000000000
--- a/redhat/applications/wlassistant/wlassistant-14.0.0.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/watools.cpp b/src/watools.cpp
-index 5814274..252c791 100644
---- a/src/watools.cpp
-+++ b/src/watools.cpp
-@@ -192,6 +192,8 @@ int WATools::availableNetworks( const char* _ifname ) //returns a list of availa
- i++;
- } while (scan = scan->next);
- printf( "WATools: Networks found: %i\n", i );
-+
-+ return i;
- }
-
-