summaryrefslogtreecommitdiff
path: root/games/wesnoth/patches/patch-ac
blob: d64154366b16d7255ccd03a610674f9f46b71315 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ac,v 1.12 2009/03/30 09:48:53 wiz Exp $

http://gna.org/bugs/?13291

--- src/multiplayer_connect.cpp.orig	2009-02-23 07:05:50.000000000 +0000
+++ src/multiplayer_connect.cpp
@@ -675,6 +675,7 @@ config connect::side::get_config() const
 			break;
 		case CNTR_LAST:
 		default:
+			description = N_("(empty)");
 			assert(false);
 			break;
 		}