From 442d3a8d8fcf1a65e4584d64bab10d5651053789 Mon Sep 17 00:00:00 2001 From: daniel-Jones Date: Mon, 15 Oct 2018 14:46:22 +1030 Subject: remove d ebug commented code --- replace.c | 2 -- replace.h | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/replace.c b/replace.c index b8e1280..1860d9e 100644 --- a/replace.c +++ b/replace.c @@ -68,11 +68,9 @@ replaceinfile(char *originalfile, char *destinationfile, char *placeholder, char i += strlen(placeholder); substr++; substr = strstr(substr, placeholder); - //printf("%s", replacement); fprintf(destination, "%s", replacement); } ch = filebuffer[i]; - //putchar(ch); fputc(ch, destination); } fclose(template); diff --git a/replace.h b/replace.h index c117854..1b1d4a7 100644 --- a/replace.h +++ b/replace.h @@ -3,12 +3,12 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -- cgit v1.2.3