blob: bad3174cce5846a6bf3a1237a78b80c02ae30741 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$FreeBSD: ports/databases/libgnomedb/files/patch-libgnomedb_gnome-db-sql-console.c,v 1.1 2005/11/10 16:03:00 vs Exp $
--- libgnomedb/gnome-db-sql-console.c.orig
+++ libgnomedb/gnome-db-sql-console.c
@@ -596,8 +596,8 @@
/* help */
if (!cmde_ok && !strcmp (pcmde, "?")) {
- cmde_ok = TRUE;
GString *string;
+ cmde_ok = TRUE;
string = g_string_new (_("SQL statements:\n"
" they can span several lines, and are executed\n"
|