Skip to content

Commit

Permalink
error in data handling (fibprocessor)
Browse files Browse the repository at this point in the history
  • Loading branch information
JvanKatwijk committed Aug 2, 2017
1 parent 315f15c commit dfb3059
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion library/dab-api.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

#
/*
* Copyright (C) 2016, 2017
Expand Down
1 change: 1 addition & 0 deletions library/src/backend/fib-processor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1195,6 +1195,7 @@ int32_t selectedService;
return;
}

d -> defined = true;
subchId = components [j]. subchannelId;
d -> subchId = subchId;
d -> startAddr = ficList [subchId]. StartAddr;
Expand Down
1 change: 0 additions & 1 deletion library/src/dab-class.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ void dabClass::stop (void) {
int16_t dabClass::dab_service (std::string name) {
audiodata d1;
packetdata d2;
fprintf (stdout, "searching for %s\n", name. c_str ());
switch (the_ficHandler. kindofService (name)) {
case AUDIO_SERVICE:
the_ficHandler. dataforAudioService (name, &d1);
Expand Down

0 comments on commit dfb3059

Please sign in to comment.