changeset 5659:b17666766389

fix ".". thanksz pl.
author pontscho
date Wed, 17 Apr 2002 18:37:11 +0000
parents f066c0be8d42
children 4dcc7af65eec
files libvo/vo_jpeg.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_jpeg.c	Wed Apr 17 18:35:19 2002 +0000
+++ b/libvo/vo_jpeg.c	Wed Apr 17 18:37:11 2002 +0000
@@ -46,7 +46,7 @@
 int jpeg_optimize = 100;
 int jpeg_smooth = 0;
 int jpeg_quality = 75;
-char * jpeg_outdir = '.';
+char * jpeg_outdir = ".";
 
 #define bpp 24