projects
/
collection4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9740ba2
)
"graph" action: Print the "X-Generator" header on generated graphs, too.
author
Florian Forster
<ff@octo.it>
Tue, 6 Jul 2010 07:20:04 +0000
(09:20 +0200)
committer
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Tue, 6 Jul 2010 07:20:04 +0000
(09:20 +0200)
src/action_graph.c
patch
|
blob
|
history
diff --git
a/src/action_graph.c
b/src/action_graph.c
index
492e5e7
..
f9322d8
100644
(file)
--- a/
src/action_graph.c
+++ b/
src/action_graph.c
@@
-21,6
+21,8
@@
* Florian octo Forster <ff at octo.it>
**/
+#include "config.h"
+
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
@@
-208,6
+210,7
@@
static int output_graph (graph_data_t *data) /* {{{ */
if (status == 0)
printf ("Expires: %s\n", time_buffer);
+ printf ("X-Generator: "PACKAGE_STRING"\n");
printf ("\n");
fwrite (img->value.u_blo.ptr, img->value.u_blo.size,