summaryrefslogtreecommitdiffstats
path: root/test/std/input.output/file.streams/c.files/cstdio.pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/std/input.output/file.streams/c.files/cstdio.pass.cpp')
-rw-r--r--test/std/input.output/file.streams/c.files/cstdio.pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/std/input.output/file.streams/c.files/cstdio.pass.cpp b/test/std/input.output/file.streams/c.files/cstdio.pass.cpp
index 5df8691ef..1f1b0c3fa 100644
--- a/test/std/input.output/file.streams/c.files/cstdio.pass.cpp
+++ b/test/std/input.output/file.streams/c.files/cstdio.pass.cpp
@@ -89,7 +89,7 @@
int main()
{
std::FILE* fp = 0;
- std::fpos_t fpos = {};
+ std::fpos_t fpos = std::fpos_t();
std::size_t s = 0;
char* cp = 0;
std::va_list va;