We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b68f5c7 commit dfa07d8Copy full SHA for dfa07d8
1 file changed
libhdt/src/libdcs/CSD_PFC.h
@@ -201,7 +201,7 @@ class PFCSuggestionIterator: public hdt::IteratorUCharString {
201
public:
202
203
PFCSuggestionIterator(CSD_PFC *pfc, const char *prefix) :
204
- pfc(pfc), count(1), prefix(prefix) {
+ pfc(pfc), prefix(prefix) {
205
max = pfc->getLength();
206
prefixlen = strlen(prefix);
207
hasnext = false;
@@ -337,7 +337,7 @@ class PFCSuggestionIDIterator: public hdt::IteratorUInt {
337
338
339
PFCSuggestionIDIterator(CSD_PFC *pfc, const char *prefix) :
340
341
342
343
0 commit comments