From 441ee1b952ce8cd6e7d9fa6189af3b5921a1ccc3 Mon Sep 17 00:00:00 2001
From: David Vossel <dvossel@redhat.com>
Date: Mon, 20 Jan 2014 16:59:52 -0600
Subject: [PATCH] Low: tests: Fixes compile time issue with make check
---
tests/file_change_bytes.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/file_change_bytes.c b/tests/file_change_bytes.c
index 3a86f92..a725278 100644
--- a/tests/file_change_bytes.c
+++ b/tests/file_change_bytes.c
@@ -51,8 +51,8 @@ int main(int argc, char *argv[])
{
FILE *fi, *fo;
int i;
- char *input_file_name;
- char *output_file_name;
+ const char *input_file_name;
+ const char *output_file_name;
int no_bytes;
char *ep;
int ch;
--
1.8.4.2