File diff r1322:ac830d6af496 → r1323:29249e0649f7
town_gui.c
Show inline comments
 
@@ -273,7 +273,7 @@ static void TownViewWndProc(Window *w, W
 
		break;
 

	
 
	case WE_ON_EDIT_TEXT: {
 
		byte *b = e->edittext.str;
 
		const char *b = e->edittext.str;
 
		if (*b == 0)
 
			return;
 
		memcpy(_decode_parameters, b, 32);