mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-27 16:51:15 -03:00
std::isnan()
This commit is contained in:
@@ -118,7 +118,7 @@ void process_input(bool continuous_mode) {
|
||||
printf("dec: %3u hex: %2x char: %c", c, c, c);
|
||||
}
|
||||
|
||||
if (!isnan(delta_tstamp)) {
|
||||
if (!std::isnan(delta_tstamp)) {
|
||||
printf(" (%.2Lf ms)\n", delta_tstamp);
|
||||
} else {
|
||||
printf("\n");
|
||||
|
||||
Reference in New Issue
Block a user