Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
sinqdev
sicspsi
Commits
41dcbb7d
Commit
41dcbb7d
authored
Apr 20, 2021
by
koennecke
Browse files
Saving proposal for TAS
parent
b93a2db1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
tasscan.c
tasscan.c
+3
-1
No files found.
tasscan.c
View file @
41dcbb7d
...
...
@@ -36,6 +36,8 @@
#include <splitter.h>
#include <status.h>
extern
char
*
GetVarText
(
char
*
name
);
/* from tasscanub.c*/
/*------------------------------------------------------------------------
a little local utility for making a line of characters
-------------------------------------------------------------------------*/
...
...
@@ -210,7 +212,7 @@ static int TASHeader(pScanData self)
output a plethora of parameters
*/
fprintf
(
self
->
fd
,
"INSTR: %s
\n
"
,
pTAS
->
tasPar
[
INST
]
->
text
);
fprintf
(
self
->
fd
,
"EXPNO:
\n
"
);
fprintf
(
self
->
fd
,
"EXPNO:
%s
\n
"
,
GetVarText
(
"proposalid"
)
);
fprintf
(
self
->
fd
,
"USER_: %s
\n
"
,
pTAS
->
tasPar
[
USR
]
->
text
);
fprintf
(
self
->
fd
,
"LOCAL: %s
\n
"
,
pTAS
->
tasPar
[
LOC
]
->
text
);
fprintf
(
self
->
fd
,
"FILE_: %d
\n
"
,
iFileNO
);
...
...
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