Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7aee76f4
Commit
7aee76f4
authored
Aug 11, 2010
by
Jan D
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* unexmacosx.c (unexec_error): Use const char *.
parent
988e88ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/unexmacosx.c
src/unexmacosx.c
+1
-1
No files found.
src/ChangeLog
View file @
7aee76f4
2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
* unexmacosx.c (unexec_error): Use const char *.
2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
* font.h (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
...
...
src/unexmacosx.c
View file @
7aee76f4
...
...
@@ -267,7 +267,7 @@ unexec_copy (off_t dest, off_t src, ssize_t count)
/* Debugging and informational messages routines. */
static
void
unexec_error
(
char
*
format
,
...)
unexec_error
(
const
char
*
format
,
...)
{
va_list
ap
;
...
...
Write
Preview
Markdown
is supported
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