Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(201)

Unified Diff: utility/gbb_utility.cc

Issue 3167030: touch source to test new ebuild system (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/vboot_reference.git
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utility/gbb_utility.cc
diff --git a/utility/gbb_utility.cc b/utility/gbb_utility.cc
index 71e6878c54a44009ff2b3d9efa0e1d8f9e8959f7..83e9db6c5f6b0c0e9a9d9d3c7ea8689b6033862a 100644
--- a/utility/gbb_utility.cc
+++ b/utility/gbb_utility.cc
@@ -475,6 +475,7 @@ int main(int argc, char *argv[]) {
bool set_new_value(GoogleBinaryBlockUtil::PROPINDEX id, const string &v) {
if (find(id) != end())
return false;
+
(*this)[id] = v;
return true;
}
@@ -645,4 +646,3 @@ int main(int argc, char *argv[]) {
}
#endif // WITH_UTIL_MAIN
-
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698