[gq-commit] gq/src search.c,1.50,1.51
Status: Beta
Brought to you by:
sur5r
From: <bi...@us...> - 2003-10-14 22:36:29
|
Update of /cvsroot/gqclient/gq/src In directory sc8-pr-cvs1:/tmp/cvs-serv16194 Modified Files: search.c Log Message: also fix today's sloppiness. compiles now. doh. Index: search.c =================================================================== RCS file: /cvsroot/gqclient/gq/src/search.c,v retrieving revision 1.50 retrieving revision 1.51 diff -C2 -d -r1.50 -r1.51 *** search.c 14 Oct 2003 22:28:39 -0000 1.50 --- search.c 14 Oct 2003 22:36:26 -0000 1.51 *************** *** 62,68 **** { GList *hist; ! const char *tmp; ! *hist = SEARCHTAB(tab)->history; if (hist) { state_value_set_list(state_name, "history", hist); --- 62,68 ---- { GList *hist; ! char *tmp; ! hist = SEARCHTAB(tab)->history; if (hist) { state_value_set_list(state_name, "history", hist); |