diff trunk/src/Modules/Output/Graphics/Devices/GraphicsOutputDeviceMovie.cc @ 402:69466da9745e

- Massive refactoring to make module tree stuff work. In theory we now support configuration files again. The graphics stuff is untested as yet.
author tomwalters
date Mon, 18 Oct 2010 04:42:28 +0000
parents dd13c9834ceb
children a908972d234e
line wrap: on
line diff
--- a/trunk/src/Modules/Output/Graphics/Devices/GraphicsOutputDeviceMovie.cc	Sun Oct 17 02:42:12 2010 +0000
+++ b/trunk/src/Modules/Output/Graphics/Devices/GraphicsOutputDeviceMovie.cc	Mon Oct 18 04:42:28 2010 +0000
@@ -203,7 +203,7 @@
     LOG_ERROR(_T("Couldn't remove files in temporary directory."));
     return;
   }
-  while (dirent = readdir(dir)) {
+  while ((dirent = readdir(dir))) {
     snprintf(sCmdLine,
              sizeof(sCmdLine)/sizeof(sCmdLine[0]),
              "%s%s",