diff arogue7/rip.c @ 211:382ff498acdd

Initialize some more pointers for the benefit of MSVC. There should be no more errors with Visual Studio 2015, in Debug or Release mode.
author John "Elwin" Edwards
date Thu, 21 Jan 2016 21:10:23 -0500
parents ca876944b196
children f9ef86cf22b2
line wrap: on
line diff
--- a/arogue7/rip.c	Sun Jan 17 18:59:50 2016 -0500
+++ b/arogue7/rip.c	Thu Jan 21 21:10:23 2016 -0500
@@ -394,7 +394,7 @@
      * Insert player in list if need be
      */
     if (!waswizard) {
-	char *login;
+	char *login = "";
 
 	if (flags != UPDATE) {
             login = md_getusername();