1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/net/gnoemoe/files/patch-IfWorldPropertiesC
Pav Lucistnik f0a3edf438 Add gnoemoe, a Gnome MOO (Mud Object Orientated) Client with support for many
easy to use features. GnoeMoe aims to be fast, easy to use and simple.

PR:		ports/76167
Submitted by:	Jesse van den Kieboom <jesse@icecrew.nl>
2005-01-14 19:13:51 +00:00

12 lines
341 B
Plaintext

--- src/if_world_properties.c.orig Wed Jan 12 09:58:03 2005
+++ src/if_world_properties.c Wed Jan 12 09:57:44 2005
@@ -234,7 +234,7 @@
create_world_properties(world * wld) {
gchar *oldPath;
GtkWidget *dlg = create_dlgWorld_properties(wld);
- gint result;
+ gint result = 0;
gboolean isOkay = FALSE;
if (wld->path != NULL) {