simple http client
This commit is contained in:
@@ -46,5 +46,7 @@ CreateInterfaceFn Sys_GetFactory( const char *szLibrary )
|
||||
szLib = CUtlString("lib%s.so", szLib.GetFileName().GetString());
|
||||
pLib = Plat_LoadLibrary(szLib);
|
||||
#endif
|
||||
if ( !pLib )
|
||||
return NULL;
|
||||
return Sys_GetFactory(pLib);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user