Revision: 45460
http://sourceforge.net/p/vice-emu/code/45460
Author: compyx
Date: 2025-01-10 12:04:14 +0000 (Fri, 10 Jan 2025)
Log Message:
-----------
Fix typo
Modified Paths:
--------------
trunk/vice/src/gfxoutputdrv/ffmpegexedrv.c
Modified: trunk/vice/src/gfxoutputdrv/ffmpegexedrv.c
===================================================================
--- trunk/vice/src/gfxoutputdrv/ffmpegexedrv.c 2025-01-10 11:24:41 UTC (rev 45459)
+++ trunk/vice/src/gfxoutputdrv/ffmpegexedrv.c 2025-01-10 12:04:14 UTC (rev 45460)
@@ -598,7 +598,7 @@
}
/*log_printf("test_ffmpeg_executable pid:%d stdin:%d stdout:%d", test_pid, test_stdin, test_stdout);*/
#ifdef WINDOWS_COMPILE
- if (test_pid == VICE_PID_INVALDI) {
+ if (test_pid == VICE_PID_INVALID) {
log_error(ffmpeg_log, "Cannot fork ffmpeg process '%s' (pid == NULL).", command);
#else
if (test_pid <= 0) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|