]> git.pld-linux.org Git - packages/gAVR.git/commitdiff
- typo in source code fix patch
authoryogib <yogib@pld-linux.org>
Sat, 11 Sep 2004 18:22:25 +0000 (18:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gAVR-typo_fix.patch -> 1.1

gAVR-typo_fix.patch [new file with mode: 0644]

diff --git a/gAVR-typo_fix.patch b/gAVR-typo_fix.patch
new file mode 100644 (file)
index 0000000..e75f674
--- /dev/null
@@ -0,0 +1,11 @@
+--- gAVR-0.3/src/avr-isp.cc.orig       2004-09-11 19:46:10.000000000 +0200
++++ gAVR-0.3/src/avr-isp.cc    2004-09-11 19:46:33.000000000 +0200
+@@ -363,7 +363,7 @@
+ {
+    hexdata *hexfile;
+    unsigned char data[128 * 2];
+-   int index = 0,;
++   int index = 0;
+    long filesize, writtenbytes = 0L;
+    int page, pagesize, nrBytes;
+    
This page took 0.088732 seconds and 4 git commands to generate.