[vlc-devel] commit: Fix typo introduced in [ba06700b854653f4c1af9175aefcb92796d8fd2e] ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Sun Jun 15 02:53:55 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jun 14 17:55:31 2008 -0700| [aa1388193ede252fe2a5d181b921d5ded7205953]
Fix typo introduced in [ba06700b854653f4c1af9175aefcb92796d8fd2e]
Sorry about that.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=aa1388193ede252fe2a5d181b921d5ded7205953
---
modules/access/smb.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/access/smb.c b/modules/access/smb.c
index 9f95a91..86308e5 100644
--- a/modules/access/smb.c
+++ b/modules/access/smb.c
@@ -444,7 +444,7 @@ static void Win32AddConnection( access_t *p_access, char *psz_path,
char psz_remote[MAX_PATH], psz_server[MAX_PATH], psz_share[MAX_PATH];
NETRESOURCE net_resource;
DWORD i_result;
- char *ps_parser;
+ char *psz_parser;
VLC_UNUSED( psz_domain );
HINSTANCE hdll = LoadLibrary(_T("MPR.DLL"));
More information about the vlc-devel
mailing list