open-bitbucket may be offline for system maintenance Thursday evenings from 10pm to 1am ET.
Learn more about cloning repositories
You have read-only access
--- src/utils.cpp.orig 2013-12-28 16:31:27.000000000 +0900
+++ src/utils.cpp 2013-12-28 16:31:46.000000000 +0900
@@ -294,7 +294,7 @@
#if defined(_WIN32) && !defined(__CYGWIN__)
::DeleteFileW(WPATH(filename));
#else
- ::unlink(filename);
+ ::remove(filename);
#endif
}
Everything looks good. We'll let you know here if there's anything you should know about.