findobj mode/xlat/scale/rotate, save backup shortcut, undo limit bug, title boundary...
[goodguy/history.git] / cinelerra-5.1 / guicast / test4.C
index 114ed49aff9baae38090522778c360d73a849928..522b844132eb94a3cf3e77983639a84b3689e057 100644 (file)
@@ -107,7 +107,7 @@ void write_ppm(uint8_t *tp, int w, int h, const char *fmt, ...)
   if( fp ) {
     fprintf(fp,"P6\n%d %d\n255\n",w,h);
     fwrite(tp,3*w,h,fp);
-    fclose(fp);
+    if( fp != sdtout ) fclose(fp);
   }
 }