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
blaar
blibs
blc_core
Commits
87bdfc48
Commit
87bdfc48
authored
Jul 25, 2017
by
Arnaud Blanchard
Browse files
blc_program_name make possibility to change the content of blc_program_name
parent
c3cd1cd0
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/blc_tools.h
View file @
87bdfc48
...
...
@@ -241,7 +241,7 @@ MANY_REALLOCATIONS(&values, 7);
// If it has been initialise it points toward argv[0]. Useful to debug different program in parallel.
extern
char
const
*
blc_program_name
;
extern
char
*
blc_program_name
;
extern
FILE
*
blc_log_file
;
typedef
unsigned
char
uchar
;
...
...
src/blc_tools.cpp
View file @
87bdfc48
...
...
@@ -32,7 +32,7 @@
#include
"blc_text.h"
FILE
*
blc_log_file
=
NULL
;
char
const
*
blc_program_name
=
""
;
char
*
blc_program_name
=
NULL
;
size_t
blc_get_type_size
(
uint32_t
type
)
{
...
...
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