summaryrefslogtreecommitdiff
blob: 142bae73478032d3e5abb169ce4c6a8ffe1942f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: gsubedit-0.4pre1/src/fileio.c
===================================================================
--- gsubedit-0.4pre1.orig/src/fileio.c
+++ gsubedit-0.4pre1/src/fileio.c
@@ -7,7 +7,7 @@ GList *error_lines = NULL;
 int gse_fl_write_file (char *filename, gint filetype, gint max_rows)
 {
     FILE *fl;
-    gchar line[BUF_LEN], msg[100], *tmp[4], converted[4][20];
+    gchar line[BUF_LEN], msg[100], *tmp[4], converted[4][200];
     GtkWidget *msgbox;
     gint i, col, hr, min, sec, msec;
     gdouble tot_sec;