From d4564a0007d1b248af07d5a29a4bd9ccedb61fde Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Fri, 28 Nov 2025 22:01:20 +0100 Subject: Misc. ULibc fixes --- UViewer.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'UViewer.pas') diff --git a/UViewer.pas b/UViewer.pas index 0eceba8..4c37af2 100644 --- a/UViewer.pas +++ b/UViewer.pas @@ -184,7 +184,7 @@ begin Inc(i); end; // gdk_window_process_all_updates; - usleep(100); + g_usleep(100); until (microseconds div 1000) > dur; gtk_adjustment_set_value(adj, dest_value); // gdk_window_process_all_updates; -- cgit v1.2.3