|
For a quick hack fix (not unlike my minimal win32 temp path fix), try removing the "\n" from the print statement (see edit above for details). Unless md5sum REQUIRES a line terminator (in which case replace "\n" with "\v" so forced linefeed only, even in windows).
Of course, the clean way *IS* an md5 of the string instead of a temp file.
Last edited by geekmaster; 04-08-2016 at 11:12 AM.
|