From eae942b7b4ed36f5f43edd20ae6abd9e923b96c0 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 22 Jan 2013 16:46:29 +0000 Subject: merge in Win32 UTF-8 file/path support svn path=/trunk/externals/miXed/; revision=16950 --- cyclone/hammer/capture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cyclone/hammer/capture.c') diff --git a/cyclone/hammer/capture.c b/cyclone/hammer/capture.c index 7598a59..69e44f0 100644 --- a/cyclone/hammer/capture.c +++ b/cyclone/hammer/capture.c @@ -137,7 +137,7 @@ static void capture_dowrite(t_capture *x, t_symbol *fn) int count = x->x_count; char buf[MAXPDSTRING]; canvas_makefilename(x->x_canvas, fn->s_name, buf, MAXPDSTRING); - if (fp = fopen(buf, "w")) /* LATER ask if overwriting, CHECKED */ + if (fp = sys_fopen(buf, "w")) /* LATER ask if overwriting, CHECKED */ { int col = 0; if (count < x->x_bufsize) -- cgit v1.2.1