mirror of
https://agent.ghink.cloud/wb2osz/direwolf
synced 2025-04-18 04:19:31 +00:00
Proper color for informational text.
This commit is contained in:
parent
4af7b22fa9
commit
4d2d814ee1
@ -240,7 +240,10 @@ void deviceid_init(void)
|
|||||||
{
|
{
|
||||||
FILE *fp = NULL;
|
FILE *fp = NULL;
|
||||||
for (int n = 0; search_locations[n] != NULL && fp == NULL; n++) {
|
for (int n = 0; search_locations[n] != NULL && fp == NULL; n++) {
|
||||||
|
#if TEST
|
||||||
|
text_color_set(DW_COLOR_INFO);
|
||||||
dw_printf ("Trying %s\n", search_locations[n]);
|
dw_printf ("Trying %s\n", search_locations[n]);
|
||||||
|
#endif
|
||||||
fp = fopen(search_locations[n], "r");
|
fp = fopen(search_locations[n], "r");
|
||||||
#if TEST
|
#if TEST
|
||||||
if (fp != NULL) {
|
if (fp != NULL) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user