Fix screen locking for BSDs

This commit is contained in:
Ulrich Wilkens
2013-05-29 00:30:06 +02:00
committed by Jon Trulson
parent 1d8f86a6ba
commit 6f56ab0e42
3 changed files with 6 additions and 1 deletions

View File

@@ -239,7 +239,7 @@ SmSaverParseSaverList(
int i = 0;
char * tmpStr;
int len = strlen(saverList);
int bytes = sizeof(int);
int bytes = sizeof(long);
char *p;
SmSaverParseStruct *pstruct;