]> git.pld-linux.org Git - packages/asc.git/commitdiff
- old McDonalds (R) had a patch... ijaijaoƂ
authorMariusz Mazur <mmazur@pld-linux.org>
Wed, 19 Jun 2002 15:01:14 +0000 (15:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    asc-va_arg_fix.patch -> 1.1

asc-va_arg_fix.patch [new file with mode: 0644]

diff --git a/asc-va_arg_fix.patch b/asc-va_arg_fix.patch
new file mode 100644 (file)
index 0000000..1f6c3e9
--- /dev/null
@@ -0,0 +1,11 @@
+--- source/edglobal.cpp~       Thu Oct 11 12:41:06 2001
++++ source/edglobal.cpp        Wed Jun 19 16:26:00 2002
+@@ -336,7 +336,7 @@
+       if (*a == '%' ) {
+          switch (a[1]) {
+          case 'c': 
+-            *b = va_arg ( paramlist, char );
++            *b = (char) va_arg ( paramlist, int );
+             b++;
+             break;
+          case 'd':
This page took 0.035585 seconds and 4 git commands to generate.