--- embedaddon/miniupnpc/upnperrors.c 2012/02/21 23:16:22 1.1.1.1 +++ embedaddon/miniupnpc/upnperrors.c 2013/07/22 00:36:10 1.1.1.2 @@ -1,4 +1,4 @@ -/* $Id: upnperrors.c,v 1.1.1.1 2012/02/21 23:16:22 misho Exp $ */ +/* $Id: upnperrors.c,v 1.1.1.2 2013/07/22 00:36:10 misho Exp $ */ /* Project : miniupnp * Author : Thomas BERNARD * copyright (c) 2007 Thomas Bernard @@ -97,7 +97,8 @@ const char * strupnperror(int err) s = "ExternalPortOnlySupportsWildcard"; break; default: - s = NULL; + s = "UnknownError"; + break; } return s; }