Create libuuid/libc uuid wrapper
[lttng-ust.git] / liblttng-ust / ltt-events.c
index b0f4a50f8f04ab9b555b9107b7a1e5b0b05986ae..b79eea518d1e6852776f28482902bcc1fd337014 100644 (file)
@@ -495,7 +495,7 @@ int ltt_event_create(struct ltt_channel *chan,
        struct ltt_event *event;
        int ret = 0;
 
-       if (chan->used_event_id == -1UL) {
+       if (chan->used_event_id == -1U) {
                ret = -ENOMEM;
                goto full;
        }
This page took 0.046978 seconds and 4 git commands to generate.