early-access version 2835
This commit is contained in:
4
externals/SDL/visualtest/src/mischelper.c
vendored
4
externals/SDL/visualtest/src/mischelper.c
vendored
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file mischelper.c
|
||||
* \file mischelper.c
|
||||
*
|
||||
* Source file with miscellaneous helper functions.
|
||||
*/
|
||||
@@ -25,4 +25,4 @@ SDLVisualTest_HashString(char* str, char hash[33])
|
||||
/* convert the md5 hash to an array of hexadecimal digits */
|
||||
for(i = 0; i < 16; i++)
|
||||
SDL_snprintf(hash + 2 * i, 33 - 2 * i, "%02x", (int)md5c.digest[i]);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user