Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
RiscOS
S
Sources
Programmer
BootCmds
Commits
5082f4ba
Commit
5082f4ba
authored
22 years ago
by
Robert Sprowson
Browse files
Options
Download
Email Patches
Plain Diff
Filetype was being set before the file closed in *SAVECMOS.
Version 1.31. Tagged as 'BootCmds-1_31'
parent
9eee6c3a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
12 deletions
+11
-12
VersionNum
VersionNum
+10
-10
c/main
c/main
+1
-2
No files found.
VersionNum
View file @
5082f4ba
/* (1.3
0
)
/* (1.3
1
)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.68.
*
*/
#define Module_MajorVersion_CMHG 1.3
0
#define Module_MajorVersion_CMHG 1.3
1
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG
26 Nov
200
2
#define Module_Date_CMHG
17 Mar
200
3
#define Module_MajorVersion "1.3
0
"
#define Module_Version 13
0
#define Module_MajorVersion "1.3
1
"
#define Module_Version 13
1
#define Module_MinorVersion ""
#define Module_Date "
26 Nov
200
2
"
#define Module_Date "
17 Mar
200
3
"
#define Module_ApplicationDate "
26-Nov
-0
2
"
#define Module_ApplicationDate "
17-Mar
-0
3
"
#define Module_ComponentName "BootCmds"
#define Module_ComponentPath "RiscOS/Sources/Programmer/BootCmds"
#define Module_FullVersion "1.3
0
"
#define Module_HelpVersion "1.3
0
(
26 Nov
200
2
)"
#define Module_LibraryVersionInfo "1:3
0
"
#define Module_FullVersion "1.3
1
"
#define Module_HelpVersion "1.3
1
(
17 Mar
200
3
)"
#define Module_LibraryVersionInfo "1:3
1
"
This diff is collapsed.
Click to expand it.
c/main
View file @
5082f4ba
...
...
@@ -742,11 +742,10 @@ static os_error *Save_CMOS (char *tail)
goto
finish
;
/* Append the word to the CMOS file */
}
error
=
xosfile_set_type
(
argl
.
file
,
osfile_TYPE_CONFIG
);
finish:
if
(
done_open
)
{
os_error
*
error1
=
xosfind_close
(
f
);
error
=
xosfile_set_type
(
argl
.
file
,
osfile_TYPE_CONFIG
);
if
(
error
==
NULL
)
error
=
error1
;
}
...
...
This diff is collapsed.
Click to expand it.
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