mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-17 23:36:41 +01:00
Remove debug
This commit is contained in:
parent
3b59acbf8a
commit
c7173a6df5
@ -1008,10 +1008,8 @@ int get_streamfile_filename(STREAMFILE *streamFile, char * buffer, size_t size)
|
|||||||
|
|
||||||
//todo validate sizes and copy sensible max
|
//todo validate sizes and copy sensible max
|
||||||
if (path) {
|
if (path) {
|
||||||
VGM_LOG("path\n");
|
|
||||||
strcpy(buffer, path);
|
strcpy(buffer, path);
|
||||||
} else {
|
} else {
|
||||||
VGM_LOG("no path\n");
|
|
||||||
strcpy(buffer, foldername);
|
strcpy(buffer, foldername);
|
||||||
}
|
}
|
||||||
return 1;
|
return 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user