mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 18:11:06 +00:00
use memset instead of bzeo, to conform to the rest of the file
This commit is contained in:
parent
f02d54ee8a
commit
7feeccceab
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@
|
|||
QueryColorDatabase("none", &imageinfo->background_color, exception);
|
||||
#endif
|
||||
|
||||
bzero(signature, 32);
|
||||
memset(signature, 0, 32);
|
||||
[data getBytes: signature range: NSMakeRange([data length] - 18, 18)];
|
||||
if (strncmp(signature, "TRUEVISION-XFILE.", 17) == 0)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue