Browse Source

Merge branch 'master' of github.com:xythobuz/LED-Cube

Max Nuding 12 years ago
parent
commit
36d5687861
2 changed files with 1 additions and 0 deletions
  1. BIN
      Cube Control/Cube Control.jar
  2. 1
    0
      Cube Control/serialHelper.c

BIN
Cube Control/Cube Control.jar View File


+ 1
- 0
Cube Control/serialHelper.c View File

@@ -118,6 +118,7 @@ size_t getFileSize(FILE *fp) {
118 118
 		c = fgetc(fp);
119 119
 		size++;
120 120
 	} while (c != EOF);
121
+	size--;
121 122
 	
122 123
 	fseek(fp, 0, 0);
123 124
 

Loading…
Cancel
Save