diff --git a/slsDetectorServers/slsDetectorServer/src/common.c b/slsDetectorServers/slsDetectorServer/src/common.c index 88c8f1b62..82deb26cb 100644 --- a/slsDetectorServers/slsDetectorServer/src/common.c +++ b/slsDetectorServers/slsDetectorServer/src/common.c @@ -391,7 +391,7 @@ int verifyChecksumFromFlash(char *mess, char *clientChecksum, char *fname, LOG(logINFOBLUE, ("\tReached %lu bytes. Not reading more\n", totalBytesRead)); break; } - c = fgetc(fp); + character = fgetc(fp); ++totalBytesRead; }