Changeset 6d44cf441801dc76e4c61ddcb4d834cb3c4b4ab6
- Timestamp:
- 05/03/08 19:06:18
(4 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1209834378 +0300
- git-parent:
[500cb6f49cf3dec6f5f54cfc8286b0b40381610f]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1209834378 +0300
- Message:
Win32 compile fix
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r500cb6f |
r6d44cf4 |
|
| 1216 | 1216 | char psz_path[1024]; |
|---|
| 1217 | 1217 | if (snprintf (psz_path, sizeof (psz_path), "%s/%s", |
|---|
| 1218 | | p_libvlc_global->psz_vlcpath, "locale") |
|---|
| | 1218 | vlc_global()->psz_vlcpath, "locale") |
|---|
| 1219 | 1219 | >= (int)sizeof (psz_path)) |
|---|
| 1220 | 1220 | return -1; |
|---|