mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-26 04:41:53 +00:00
XDS case fix
- Fixed a case error in the XDS.
This commit is contained in:
parent
6a7e5b4a34
commit
4ca13ff56e
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user