changeset 1521:e55eadc9d949

Possibly fix a potential bug.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 09 Feb 2015 04:31:04 +0200
parents 1be47f564401
children 061395ff0045
files liblocfile.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/liblocfile.c	Mon Feb 09 00:08:31 2015 +0200
+++ b/liblocfile.c	Mon Feb 09 04:31:04 2015 +0200
@@ -385,8 +385,7 @@
             break;
         }
 
-        if (!endFlags)
-            f->ch = locFGetc(f);
+        f->ch = locFGetc(f);
     }
 
     return TRUE;