bbbbbbbbbb

This commit is contained in:
2025-12-18 02:26:07 -05:00
parent 92d6d90130
commit 0043cbd44a

View File

@@ -17,7 +17,7 @@ namespace anm2ed::util
close(); close();
#ifdef WIN32 #ifdef WIN32
pipe = _popen(command.c_str(), mode.c_str()); pipe = _popen(command, mode);
#else #else
pipe = popen(command, mode); pipe = popen(command, mode);
#endif #endif