summaryrefslogtreecommitdiff
path: root/games/wesnoth/patches/patch-ac
blob: c077ba9c005f0a282216140a4f25e5eb2636aafc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ac,v 1.11 2009/03/30 09:31:00 wiz Exp $

--- 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;
 		}