]> git.pld-linux.org Git - packages/GwifiMeter.git/commitdiff
- obsoleted
authorTomasz Pala <gotar@pld-linux.org>
Sun, 18 May 2008 19:04:24 +0000 (19:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    GwifiMeter-user_path.patch -> 1.2

GwifiMeter-user_path.patch [deleted file]

diff --git a/GwifiMeter-user_path.patch b/GwifiMeter-user_path.patch
deleted file mode 100644 (file)
index 74a0a0d..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -uNr GwifiMeter.orig/callback.c GwifiMeter/callback.c
---- GwifiMeter.orig/callback.c 2006-05-02 09:57:45.000000000 +0200
-+++ GwifiMeter/callback.c      2006-05-08 13:51:23.000000000 +0200
-@@ -176,7 +176,7 @@
- char *user;
- user = readfunc("whoami",NULL,NULL,1);
- pdata->user = g_realloc(pdata->user,strlen(user)+19);
--strcpy(pdata->user,"/home/");
-+strcpy(pdata->user,"/home/users/");
- strcat(pdata->user,user);
- strcat(pdata->user,"/.gwifimeter");
- //printf("%s\n",pdata->user);
This page took 0.088911 seconds and 4 git commands to generate.