Skip to content
This repository has been archived by the owner on Feb 12, 2025. It is now read-only.

Commit

Permalink
Add TODO(#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Jan 30, 2021
1 parent b479844 commit 6c05cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nobuild.h
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ void nobuild__rm(const char *path)
#ifdef _WIN32
void nobuild__pipe(int ignore, ...)
{
ERRO("TODO: piping is not implemented on Windows at all");
ERRO("TODO(#14): piping is not implemented on Windows at all");
exit(1);
}
#else
Expand Down

0 comments on commit 6c05cc2

Please sign in to comment.