File diff r1322:ac830d6af496 → r1323:29249e0649f7
settings_gui.c
Show inline comments
 
@@ -1465,7 +1465,7 @@ static void CustCurrencyWndProc(Window *
 

	
 
	case WE_ON_EDIT_TEXT: {
 
			int val;
 
			byte *b = e->edittext.str;
 
			const char *b = e->edittext.str;
 
			switch (WP(w,def_d).data_2) {
 
				case 0:
 
					val = atoi(b);