mirror of
https://agent.ghink.cloud/wb2osz/direwolf
synced 2025-04-10 08:38:41 +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;
|
||||
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]);
|
||||
#endif
|
||||
fp = fopen(search_locations[n], "r");
|
||||
#if TEST
|
||||
if (fp != NULL) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user