You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: code/fs2netd/tcp_client.cpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -768,7 +768,7 @@ int FS2NetD_ValidateTableList(bool do_send)
768
768
}
769
769
770
770
if ( num_tables > (int)Table_valid_status.size() ) {
771
-
ml_printf("FS2NetD WARNING: Table list contains %i tables, but we only requested %i! Invalid data!", num_tables, Table_valid_status.size());
771
+
ml_printf("FS2NetD WARNING: Table list contains %i tables, but we only requested " SIZE_T_ARG "! Invalid data!", num_tables, Table_valid_status.size());
dc_printf("pline %d on overlay %d vertices are now ", plinenum, current_helpid, help_overlaylist[current_helpid].textlist.at(current_resolution).at(plinenum).y_coord );
610
+
dc_printf("pline %d on overlay %d vertices are now ", plinenum, current_helpid );
610
611
for (i=0; i<help_overlaylist[current_helpid].plinelist.at(gr_screen.res).at(plinenum).vtxcount; i++)
0 commit comments