Minor stuff

This commit is contained in:
Aurora
2016-09-22 15:09:52 +02:00
parent 7a3d15c48b
commit a3fd55036a
3 changed files with 16 additions and 16 deletions

View File

@@ -49,7 +49,7 @@ diff -uNr a/source/brahma.c b/source/brahma.c
+ if (p) {
+ fseek(p , 0, SEEK_END);
+ psize = ftell(p);
+ if (psize < 39 && psize > 5) {
+ if (psize > 5 && psize < 39) {
+ char path[psize + 1];
+
+ fseek(p, 0, SEEK_SET);