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

Unified Diff: plot.c

Issue 6850001: Changes to kplot for ebuild (Closed) Base URL: ssh://gitrw.chromium.org:9222/ktop.git@master
Patch Set: Changes preparing ktop for ebuild. Created 9 years, 8 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 | « gnu.mk ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: plot.c
diff --git a/plot.c b/plot.c
index e62b5091e53c28314c0e555844a22bc83418f083..962657292fc9736fbecc877cee2c2a332def39ee 100644
--- a/plot.c
+++ b/plot.c
@@ -29,6 +29,7 @@ vector_s new_vector(int n)
vector_s v;
if (!n) {
+ v.n = 0;
v.p = NULL;
return v;
}
« no previous file with comments | « gnu.mk ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698