Git
Wiki
Site
projects
/
soft
/
tools
/
lpctools
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d86144
)
Change the order for LPC parts file lookup.
author
Nathael Pajani
<nathael.pajani@ed3l.fr>
Wed, 28 Aug 2013 11:41:55 +0000
(13:41 +0200)
committer
Nathael Pajani
<nathael.pajani@ed3l.fr>
Wed, 28 Aug 2013 11:41:55 +0000
(13:41 +0200)
lpcprog.c
patch
|
blob
|
history
diff --git
a/lpcprog.c
b/lpcprog.c
index
d75135e
..
0df55ae
100644
(file)
--- a/
lpcprog.c
+++ b/
lpcprog.c
@@
-176,10
+176,10
@@
int main(int argc, char** argv)
if (parts_file_name == NULL) {
FILE* parts_file = NULL;
- parts_file_name = DEFAULT_PART_FILE_NAME_
ETC
;
+ parts_file_name = DEFAULT_PART_FILE_NAME_
CURRENT
;
parts_file = fopen(parts_file_name, "r");
if (parts_file == NULL) {
- parts_file_name = DEFAULT_PART_FILE_NAME_
CURRENT
;
+ parts_file_name = DEFAULT_PART_FILE_NAME_
ETC
;
parts_file = fopen(parts_file_name, "r");
}
if (parts_file == NULL) {
Techno-Innov
42 impasse de la Combe du Bois
01150 Blyes - France
contact@techno-innov.fr
Design et hébergement du site :
Techno-Innov
Techno-Innov
- SARL Coopérative
539 169 417 RCS Bourg-en-Bresse
Ce site n'utilise pas de cookies, désolé pour les gourmands !