Author: abrander
Date: 2010-01-25 22:43:17 +0100 (Mon, 25 Jan 2010)
New Revision: 3077
Modified:
branches/rawstudio-ng-color/librawstudio/rs-utils.c
Log:
Fixed typo in rs_file_checksum().
Modified: branches/rawstudio-ng-color/librawstudio/rs-utils.c
===================================================================
--- branches/rawstudio-ng-color/librawstudio/rs-utils.c 2010-01-24 21:15:40 UTC
(rev 3076)
+++ branches/rawstudio-ng-color/librawstudio/rs-utils.c 2010-01-25 21:43:17 UTC
(rev 3077)
@@ -642,7 +642,7 @@
close(fd);
- if (bytes_read = length)
+ if (bytes_read == length)
checksum = g_compute_checksum_for_data(G_CHECKSUM_MD5,
buffer, length);
}
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit