summaryrefslogtreecommitdiff
path: root/pith/filter.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2016-11-22 20:39:35 -0700
committerEduardo Chappa <chappa@washington.edu>2016-11-22 20:39:35 -0700
commitea6d8fe2d8359e4b1cf984492b3c275ea9e176ac (patch)
tree6de6cdefecc9c8d82386b3a531bec742596bbde3 /pith/filter.c
parent9506bdf26c1e98dc369857c45ee079747569f951 (diff)
downloadalpine-ea6d8fe2d8359e4b1cf984492b3c275ea9e176ac.tar.xz
* Minor updates to source to update copyright notices (part 1)
Diffstat (limited to 'pith/filter.c')
-rw-r--r--pith/filter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pith/filter.c b/pith/filter.c
index 5136d8da..78462cab 100644
--- a/pith/filter.c
+++ b/pith/filter.c
@@ -4,8 +4,8 @@ static char rcsid[] = "$Id: filter.c 1266 2009-07-14 18:39:12Z hubert@u.washingt
/*
* ========================================================================
- * Copyright 2006-2008 University of Washington
* Copyright 2013-2016 Eduardo Chappa
+ * Copyright 2006-2008 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -7542,7 +7542,7 @@ html_element_comment(FILTER_S *f, char *s)
HD(f)->bitbucket = 0;
else if(!strucmp(s, "running"))
HD(f)->bitbucket = 0;
- else if(!strucmp(s, "phone_home") && ps_global->phone_home)
+ else if(!strucmp(s, "PHONE_HOME") && ps_global->phone_home)
HD(f)->bitbucket = 0;
#ifdef _WINDOWS
else if(!strucmp(s, "os_windows"))