Skip to content

Commit 583e18c

Browse files
committed
Fix typo % instead &
git-svn-id: svn://tron.homeunix.org/simutrans/simutrans/trunk@11913 8aca7d54-2c30-db11-9de9-000461428c89
1 parent 2067946 commit 583e18c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/simutrans/sys/simsys.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ static inline bool is_regular_file(FILE *f)
398398
{
399399
struct stat s;
400400
#ifdef _WIN32
401-
if (_fstat(_fileno(f), (struct _stat*)%s) != 0) {
401+
if (_fstat(_fileno(f), (struct _stat*)&s) != 0) {
402402
return false;
403403
}
404404
#else

0 commit comments

Comments
 (0)