fix audio big btn replay, new proj path, proxy fix, updated Features5
[goodguy/history.git] / cinelerra-5.1 / guicast / test4.C
index 522b844132eb94a3cf3e77983639a84b3689e057..de94fad8d709e1c24304b8ef9660d2f2296d3dbf 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);
-    if( fp != sdtout ) fclose(fp);
+    if( fp != stdout ) fclose(fp);
   }
 }