13 Jan
2008
13 Jan
'08
4:38 a.m.
Author: reimar Date: Sun Jan 13 10:38:39 2008 New Revision: 25706 Log: Remove result from warning string, it has no useful meaning here. Modified: trunk/loader/dshow/DS_Filter.c Modified: trunk/loader/dshow/DS_Filter.c ============================================================================== --- trunk/loader/dshow/DS_Filter.c (original) +++ trunk/loader/dshow/DS_Filter.c Sun Jan 13 10:38:39 2008 @@ -306,7 +306,7 @@ DS_Filter* DS_FilterCreate(const char* d if (!init) { DS_Filter_Destroy(This); - printf("Warning: DS_Filter() %s. (DLL=%.200s, r=0x%x)\n", em, dllname, result); + printf("Warning: DS_Filter() %s. (DLL=%.200s)\n", em, dllname); This = 0; } return This;
6512
Age (days ago)
6512
Last active (days ago)
0 comments
1 participants
participants (1)
-
reimar