Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gautam Chitnis
web-ui-redesign
Commits
495b3095
Commit
495b3095
authored
Sep 12, 2007
by
Rémi Denis-Courmont
Browse files
Cosmetic
parent
876b4ed9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/text/strings.c
View file @
495b3095
...
...
@@ -638,7 +638,7 @@ char *str_format_time( const char *tformat )
if( check ) \
{ \
psz_meta = string; \
if( psz_meta
)
\
if( psz_meta
!= NULL )
\
{ \
int len = strlen( string ); \
dst = realloc( dst, \
...
...
@@ -648,8 +648,8 @@ char *str_format_time( const char *tformat )
} \
else \
{ \
*d = '-'; \
d++; \
*d = '-';
\
d++;
\
} \
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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