Null dereference FTL.

svn path=/trunk/; revision=38193
This commit is contained in:
Andrew Munger 2008-12-20 09:30:12 +00:00
parent 145ffd10f1
commit 2873eff0cb

View file

@ -36,7 +36,7 @@ BOOL Create(LPCTSTR ServiceName, LPCTSTR *ServiceArgs)
_tprintf(_T("error control - %lu\n"), dwErrorControl);
_tprintf(_T("Binary path - %s\n"), lpBinaryPathName);
_tprintf(_T("load order group - %s\n"), lpLoadOrderGroup);
_tprintf(_T("tag - %lu\n"), *lpdwTagId);
_tprintf(_T("tag - %lu\n"), lpdwTagId);
_tprintf(_T("dependincies - %s\n"), lpDependencies);
_tprintf(_T("account start name - %s\n"), lpServiceStartName);
_tprintf(_T("account password - %s\n"), lpPassword);