renamed path to directoryPath in initLogger
This commit is contained in:
parent
1d27b98fbf
commit
1e52db8967
@ -1,6 +1,6 @@
|
||||
#ifndef WHY2_LOGGER_LOGGER_H
|
||||
#define WHY2_LOGGER_LOGGER_H
|
||||
|
||||
int initLogger(char *path);
|
||||
int initLogger(char *directoryPath);
|
||||
|
||||
#endif
|
@ -2,9 +2,9 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
int initLogger(char *path)
|
||||
int initLogger(char *directoryPath)
|
||||
{
|
||||
printf("PATH is: %s\n", path);
|
||||
printf("PATH is: %s\n", directoryPath);
|
||||
|
||||
return 0;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user