Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-compiler-and-rts
compiler
Commits
51fa0a05
Commit
51fa0a05
authored
Oct 24, 2013
by
John van Groningen
Browse files
fix bug in function getCommonFileInfoC on 64 bit platforms
parent
1690d77c
Changes
1
Hide whitespace changes
Inline
Side-by-side
main/Unix/cDirectory.c
View file @
51fa0a05
...
...
@@ -103,7 +103,7 @@ void getCommonFileInfoC(int also_get_file_name,
{
struct
tm
*
pModificationTime
;
int
mask
;
static
int
null
=
0
;
static
void
*
null
=
NULL
;
/* int 0 with the size of a Clean INT */
*
pFileName
=
also_get_file_name
?
(
CleanString
)
gFileName
:
(
CleanString
)
&
null
;
*
pFileSizeLow
=
gFileStat
.
st_size
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment