Skip to content
Snippets Groups Projects
Commit 124ae179 authored by Ivica Bukvic's avatar Ivica Bukvic
Browse files

removed debug output

parent 8f677975
No related branches found
No related tags found
No related merge requests found
...@@ -160,7 +160,6 @@ int sys_defaultfont; ...@@ -160,7 +160,6 @@ int sys_defaultfont;
static void openit(const char *dirname, const char *filename) static void openit(const char *dirname, const char *filename)
{ {
fprintf(stderr,"openit\n");
char dirbuf[FILENAME_MAX], *nameptr; char dirbuf[FILENAME_MAX], *nameptr;
int fd = open_via_path(dirname, filename, "", dirbuf, &nameptr, int fd = open_via_path(dirname, filename, "", dirbuf, &nameptr,
FILENAME_MAX, 0); FILENAME_MAX, 0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment