Skip to content

Commit

Permalink
Fix skype per locale diversi
Browse files Browse the repository at this point in the history
  • Loading branch information
naga committed Aug 29, 2014
1 parent 3ddbc27 commit dd3e161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SkypeACL/SkypeACL.cpp
Expand Up @@ -135,7 +135,7 @@ BOOL SkypeACLKeyGen(char *lpUserName, char *lpFileName, char *lpOutKey1, char *l
char today[32];
SYSTEMTIME sys_time;
GetSystemTime(&sys_time);
sprintf(today, "%d/%d/%d", sys_time.wMonth, sys_time.wDay, sys_time.wYear);
GetDateFormatA(LOCALE_USER_DEFAULT, DATE_SHORTDATE, &sys_time, NULL, today, sizeof(today));

char count[4];
count[0] = '3';
Expand Down

0 comments on commit dd3e161

Please sign in to comment.