summaryrefslogtreecommitdiffstats
path: root/fastos/src/tests/usecputest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fastos/src/tests/usecputest.cpp')
-rw-r--r--fastos/src/tests/usecputest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastos/src/tests/usecputest.cpp b/fastos/src/tests/usecputest.cpp
index 930b1fb305f..9812ed7575d 100644
--- a/fastos/src/tests/usecputest.cpp
+++ b/fastos/src/tests/usecputest.cpp
@@ -63,7 +63,7 @@ void UseSomeCpu (int i, ThreadRunJob *threadRunJob)
int main (int argc, char **argv)
{
UseCpuTest app;
- setvbuf(stdout, NULL, _IOLBF, 8192);
+ setvbuf(stdout, nullptr, _IOLBF, 8192);
return app.Entry(argc, argv);
}