Commit ff4ba502 authored by Gildas Bazin's avatar Gildas Bazin

* src/misc/vlm.c: config file written with CR+LF on win32.

parent af40daab
......@@ -194,7 +194,7 @@ int vlm_Save( vlm_t *p_vlm, char *psz_file )
if( !p_vlm || !psz_file ) return 1;
file = fopen( psz_file, "w" );
file = fopen( psz_file, "wt" );
if( file == NULL ) return 1;
psz_save = Save( p_vlm );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment