XDS case fix

- Fixed a case error in the XDS.
This commit is contained in:
wforums 2014-06-30 21:19:36 +02:00
parent 6a7e5b4a34
commit 4ca13ff56e

View File

@ -608,7 +608,7 @@ int xds_do_current_and_future ()
xds_program_name[i-2]=cur_xds_payload[i]; xds_program_name[i-2]=cur_xds_payload[i];
xds_program_name[i-2]=0; xds_program_name[i-2]=0;
dbg_print(CCX_DMT_XDS, "\rXDS Program name: %s\n",xds_program_name); dbg_print(CCX_DMT_XDS, "\rXDS Program name: %s\n",xds_program_name);
xdsprint("program name: %s",xds_program_name); xdsprint("Program name: %s",xds_program_name);
if (cur_xds_packet_class==XDS_CLASS_CURRENT && if (cur_xds_packet_class==XDS_CLASS_CURRENT &&
strcmp (xds_program_name, current_xds_program_name)) // Change of program strcmp (xds_program_name, current_xds_program_name)) // Change of program
{ {