1
0
mirror of https://github.com/caseyscarborough/keylogger.git synced 2020-11-18 19:53:40 -08:00

Update logfileLocation to const char*.

This commit is contained in:
Casey Scarborough 2013-09-16 18:37:42 -04:00
parent ea1cbc50f4
commit 8380149244
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
using namespace std; using namespace std;
string logfileLocation = "./keystroke.log"; const char *logfileLocation = "./keystroke.log";
CGEventRef CGEventCallback (CGEventTapProxy, CGEventType, CGEventRef, void *); CGEventRef CGEventCallback (CGEventTapProxy, CGEventType, CGEventRef, void *);
int main(int argc, const char *argv[]) { int main(int argc, const char *argv[]) {

BIN
test Executable file

Binary file not shown.