/[packages]/cauldron/aide/current/SOURCES/aide-0.15-fix-str-fmt.patch
ViewVC logotype

Contents of /cauldron/aide/current/SOURCES/aide-0.15-fix-str-fmt.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1238 - (show annotations) (download)
Sat Jan 8 22:42:40 2011 UTC (13 years, 3 months ago) by kharec
File size: 492 byte(s)
imported package aide
1 Index: src/db_file.c
2 ===================================================================
3 --- src/db_file.c
4 +++ src/db_file.c 2010-04-12 18:23:06.000000000 +0200
5 @@ -701,7 +701,7 @@
6 }
7
8 if(tmpstr){
9 - retval=dofprintf(tmpstr);
10 + retval=dofprintf(tmpstr, "%s");
11 free(tmpstr);
12 return retval;
13 }else {
14 @@ -740,7 +740,7 @@
15
16
17 tmpstr=encode_base64((byte *)ptr,strlen(ptr));
18 - retval=dofprintf(tmpstr);
19 + retval=dofprintf(tmpstr, "%s");
20 free(tmpstr);
21 free(ptr);
22

  ViewVC Help
Powered by ViewVC 1.1.30