By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 637
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +2 lines)
Line  Link Here
0
-- tools/linguist/shared/proparser.cpp
0
++ tools/linguist/shared/proparser.cpp
Lines 207-212 QMap<QString, QString> proFileTagMap( const QString& text ) Link Here
207
		    buff[read_in] = '\0';
207
		    buff[read_in] = '\0';
208
		    after += buff;
208
		    after += buff;
209
		}
209
		}
210
		pclose( proc );
210
		(*it).replace( i, callToSystem.matchedLength(), after );
211
		(*it).replace( i, callToSystem.matchedLength(), after );
211
		i += after.length();
212
		i += after.length();
212
	    }
213
	    }

Return to bug 637