tAnother dumb int -> char overflow error fixed. - vaccinewars - be a doctor and try to vaccinate the world
(HTM) git clone git://src.adamsgaard.dk/vaccinewars
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit c02cbaaed3b33207b4066acf45b226119f7c9604
(DIR) parent 888b455ecee815a5abc36d91e3fb0cc21b9459c9
(HTM) Author: Ben Webb <ben@salilab.org>
Date: Wed, 17 Apr 2002 14:41:19 +0000
Another dumb int -> char overflow error fixed.
Diffstat:
M src/gui_client/optdialog.c | 4 ++--
D stamp-h.in | 1 -
2 files changed, 2 insertions(+), 3 deletions(-)
---
(DIR) diff --git a/src/gui_client/optdialog.c b/src/gui_client/optdialog.c
t@@ -490,8 +490,8 @@ static void list_row_unselect(GtkCList *clist, gint row, gint column,
static void ReadFileToString(FILE *fp, gchar *str)
{
- int len, mpos;
- gchar *match, ch;
+ int len, mpos, ch;
+ gchar *match;
GString *file;
file = g_string_new("");
(DIR) diff --git a/stamp-h.in b/stamp-h.in
t@@ -1 +0,0 @@
-timestamp