]> git.pld-linux.org Git - packages/testdisk.git/commitdiff
- outdated
authorareq <areq@pld-linux.org>
Fri, 28 May 2004 13:11:17 +0000 (13:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    testdisk-va.patch -> 1.3

testdisk-va.patch [deleted file]

diff --git a/testdisk-va.patch b/testdisk-va.patch
deleted file mode 100644 (file)
index d9c8e50..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- testdisk-5.2/src/intrface.c.orig   2004-03-16 11:13:01.000000000 +0100
-+++ testdisk-5.2/src/intrface.c        2004-03-18 22:50:12.198404536 +0100
-@@ -789,7 +789,7 @@
-               va_list ap;
-               WINDOW *window;
-               va_start(ap,_format);
--              window=*(WINDOW**)ap;
-+              window=va_arg(ap, WINDOW*);
-               va_end(ap);
-               struct MenuItem menuBuffer[]=
-               {
This page took 0.064835 seconds and 4 git commands to generate.