fixed erroneous string modification

This commit is contained in:
C-o-r-E 2012-07-28 00:11:09 -04:00
parent a5c96251a1
commit 1fe8a1d161

View File

@ -1498,7 +1498,7 @@ char* freerdp_get_unix_timezone_identifier()
}
printf("failed\nTrying to get timezone from /etc/timezone...");
fp = fopen("TZ -> /etc/timezone", "r");
fp = fopen("/etc/timezone", "r");
if (fp != NULL)
{