summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c17894d)
raw | patch | inline | side by side (parent: c17894d)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 10 Apr 2005 11:31:32 +0000 (11:31 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 10 Apr 2005 11:31:32 +0000 (11:31 +0000) |
program/src/rrd_graph.c | patch | blob | history |
index 67fce90cb304134558c3ffb80c348ad71323d852..a8bbf108f04cb388bfa66ecbe39062d544688a60 100644 (file)
--- a/program/src/rrd_graph.c
+++ b/program/src/rrd_graph.c
{
char *deffont;
deffont = getenv("RRD_DEFAULT_FONT");
- /* %windir% is something like D:\windows or C:\winnt */
if (deffont != NULL) {
for(i=0;i<DIM(text_prop);i++){
strncpy(text_prop[i].font,deffont,sizeof(text_prop[i].font)-1);