]> git.pld-linux.org Git - packages/avifile.git/commitdiff
- I looove the change in sake of changing
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 17 Nov 2000 18:46:00 +0000 (18:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    avifile-kernel2.4-test11.patch -> 1.1

avifile-kernel2.4-test11.patch [new file with mode: 0644]

diff --git a/avifile-kernel2.4-test11.patch b/avifile-kernel2.4-test11.patch
new file mode 100644 (file)
index 0000000..6781d66
--- /dev/null
@@ -0,0 +1,12 @@
+--- avifile-0.50/lib/aviplay/aviutil.cpp~      Fri Nov 17 19:41:22 2000
++++ avifile-0.50/lib/aviplay/aviutil.cpp       Fri Nov 17 19:45:18 2000
+@@ -107,7 +107,8 @@
+               }
+               if(!strncasecmp(line, "model name", strlen("model name")))
+                   strncpy(model, value, sizeof(model)-1);
+-              if(!strncasecmp(line, "flags", strlen("flags")))
++              if(!strncasecmp(line, "flags", strlen("flags")) ||
++                 !strncasecmp(line, "features", strlen("features")))
+                   strncpy(flags, value, sizeof(flags)-1);
+               continue;
+               
This page took 0.048326 seconds and 4 git commands to generate.