Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Info604
col3-bibtp1
Commits
4bd0e305
Commit
4bd0e305
authored
Apr 15, 2020
by
pernelle
Browse files
Finish 2020.2.5
parents
404e962e
83ffe069
Changes
1
Hide whitespace changes
Inline
Side-by-side
communCOL3-TP1.c
View file @
4bd0e305
...
...
@@ -611,7 +611,7 @@ void afficheSiteExtractionClan(capacite_clan capa) {
for
(
i
=
0
;
i
<
MAX_SITE_EXTRACTION
;
i
++
)
{
if
(
capa
.
sitesAccessibles
[
i
].
idSite
!=
0
)
printf
(
"%s %d %s %s %s %d %s %d %s %d %s %d %s %d %s %
s
%
n
"
,
printf
(
"%s %d %s %s %s %d %s %d %s %d %s %d %s %d %s %
d
%
s
"
,
"site["
,
i
,
"] : nom = "
,
capa
.
sitesAccessibles
[
i
].
nomSite
,
"ID="
,
capa
.
sitesAccessibles
[
i
].
idSite
,
"long. = "
,
capa
.
sitesAccessibles
[
i
].
longitude
,
...
...
Write
Preview
Supports
Markdown
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