mirror of
https://github.com/leozide/leocad.git
synced 2026-09-15 11:03:55 +00:00
Fixed man page.
This commit is contained in:
+1
-1
@@ -135,7 +135,7 @@ void Sys_GetFileList(const char* Path, ObjArray<String>& FileList)
|
||||
DIR* Dir = opendir(DirPath);
|
||||
if (!Dir)
|
||||
{
|
||||
printf("Couldn't open directory.\n");
|
||||
printf("Couldn't open directory %s.\n", DirPath);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user