Commit cb386f1f authored by Antoine Cellerier's avatar Antoine Cellerier

attempt to fix the winCE build

parent dcddb65e
...@@ -1747,7 +1747,7 @@ static char *GetDir( vlc_bool_t b_appdata ) ...@@ -1747,7 +1747,7 @@ static char *GetDir( vlc_bool_t b_appdata )
char psz_ACPhome[2 * MAX_PATH]; char psz_ACPhome[2 * MAX_PATH];
sprintf( psz_ACPhome, "%ls", p_whomedir ); sprintf( psz_ACPhome, "%ls", p_whomedir );
return FromLocaleDup( p_ACPhome ); return FromLocaleDup( psz_ACPhome );
} }
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment