Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
38434254
Commit
38434254
authored
Mar 01, 2012
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor printing modifications
parent
bb03c989
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
5 deletions
+7
-5
src/exe/rt_ini/src/rt_ini.c
src/exe/rt_ini/src/rt_ini.c
+1
-1
src/exp/inc/src/pwr_version.h
src/exp/inc/src/pwr_version.h
+2
-2
src/lib/co/src/co_ver.c
src/lib/co/src/co_ver.c
+3
-2
xtt/exe/rt_xtt/src/xtt_main.cpp
xtt/exe/rt_xtt/src/xtt_main.cpp
+1
-0
No files found.
src/exe/rt_ini/src/rt_ini.c
View file @
38434254
...
...
@@ -104,7 +104,7 @@ int main (int argc, char **argv)
cp
=
createContext
(
argc
,
argv
);
ver_WriteVersionInfo
(
"P
ROVIEW/R Process
Environment"
);
ver_WriteVersionInfo
(
"P
roview Runtime
Environment"
);
if
(
cp
->
flags
.
b
.
restart
)
{
sts
=
interactive
(
argc
,
argv
,
cp
);
...
...
src/exp/inc/src/pwr_version.h
View file @
38434254
...
...
@@ -88,12 +88,12 @@
# define SET_VERSION(a, b, c, d) ((pwr_tVersion)((a << 24) + (a << 16) + (a << 8) + a))
#endif
#define pwrv_cBuildTimeStr "
13-DEC-2011 17
:00:00"
#define pwrv_cBuildTimeStr "
01-MAR-2012 16
:00:00"
#define pwrv_cPwrVersionStr "V4.8.4"
#define pwrv_cPwrVersion SET_VERSION('V', 4, 8, 4)
#define pwrv_cWbdbVersionShortStr "V48"
#define pwrv_cPwrCopyright "Copyright (C) 2005-2012 SSAB EMEA"
#define pwrv_cPwrCopyright "Copyright (C) 2005-2012 SSAB EMEA
AB
"
#endif
src/lib/co/src/co_ver.c
View file @
38434254
...
...
@@ -41,6 +41,7 @@
#include <time.h>
#include "pwr_version.h"
#include "co_ver.h"
#include "co_syi.h"
void
ver_WriteVersionInfo
(
...
...
@@ -48,8 +49,8 @@ ver_WriteVersionInfo (
)
{
printf
(
"
\n
Proview/R Version %s for %s on %s
\n
"
,
pwrv_cPwrVersionStr
,
pwrv_cOpSys
,
pwrv_cHardware
);
printf
(
"
Copyright © %s by SSAB Oxelösund AB
\n\n
"
,
pwrv_cBuildTimeS
tr
);
syi_OpSys
(),
syi_Hardware
()
);
printf
(
"
%s
\n\n
"
,
pwrv_cPwrCopyright
);
printf
(
" Proview/R is free software; you can redistribute it and/or
\n
\
modify it under the terms of the GNU General Public License.
\n\n
\
This program is distributed in the hope that it will be useful
\n
\
...
...
xtt/exe/rt_xtt/src/xtt_main.cpp
View file @
38434254
...
...
@@ -129,6 +129,7 @@ static void usage()
" -s Show a selection list of OpPlace objects."
<<
endl
<<
" -a Connect to audio device."
<<
endl
<<
" -q Hide license information."
<<
endl
<<
" -n Network optimized."
<<
endl
<<
" -c Add close button to operator window."
<<
endl
<<
endl
;
}
...
...
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