mirror of
https://gitlab.com/80486DX2-66/gists
synced 2025-05-31 08:31:41 +05:30
portable_basename.c: replace TODO
+ FIXME
to just FIXME
This commit is contained in:
@@ -76,7 +76,7 @@ static void func_expect(const char* path, const char* expected_output,
|
|||||||
|
|
||||||
long double clock_hr_microsec(void) {
|
long double clock_hr_microsec(void) {
|
||||||
# ifdef SYS_NT
|
# ifdef SYS_NT
|
||||||
// TODO: FIXME: less accurate than Unix
|
// FIXME: less accurate than Unix
|
||||||
|
|
||||||
LARGE_INTEGER counter;
|
LARGE_INTEGER counter;
|
||||||
if (!QueryPerformanceCounter(&counter)) {
|
if (!QueryPerformanceCounter(&counter)) {
|
||||||
|
Reference in New Issue
Block a user