Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
b4bc86f3
Commit
b4bc86f3
authored
May 31, 2009
by
Per Cederqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make it possible to select output format 3.
* src/server/ram-io.c (set_output_format): Handle format 3.
parent
e7be1aff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
ChangeLog
ChangeLog
+3
-0
src/server/ram-io.c
src/server/ram-io.c
+1
-0
No files found.
ChangeLog
View file @
b4bc86f3
2009-05-31 Per Cederqvist <ceder@lysator.liu.se>
Make it possible to select output format 3.
* src/server/ram-io.c (set_output_format): Handle format 3.
Fixed typos in comments.
* src/server/simple-cache.c (cached_create_text),
* src/server/text.c (do_create_text),
...
...
src/server/ram-io.c
View file @
b4bc86f3
...
...
@@ -85,6 +85,7 @@ set_output_format(int fmt)
case
0
:
case
1
:
case
2
:
case
3
:
break
;
default:
restart_kom
(
"unknown output format selected: %d
\n
"
,
fmt
);
...
...
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