Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 728178
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/src/Patchage.cpp
0
++ b/src/Patchage.cpp
Lines 743-749 Link Here
743
	for (int c = 0; cmd[c].uuid; ++c) {
743
	for (int c = 0; cmd[c].uuid; ++c) {
744
		std::string  command = cmd[c].command;
744
		std::string  command = cmd[c].command;
745
		const size_t index   = command.find(var);
745
		const size_t index   = command.find(var);
746
		if (index != string::npos) {
746
		if (index != std::string::npos) {
747
			command.replace(index, var.length(), cmd[c].client_name);
747
			command.replace(index, var.length(), cmd[c].client_name);
748
		}
748
		}
749
749

Return to bug 728178