]> code.delx.au - pulseaudio/blobdiff - src/modules/rtp/sdp.c
C99 requires explicit marking of integer literals' size.
[pulseaudio] / src / modules / rtp / sdp.c
index 9dca15baf39cad96b1d55db7eea3baea8ea8742c..84bcd83b004366b256f436ad88cb521a43eeb30d 100644 (file)
@@ -55,7 +55,7 @@ char *pa_sdp_build(int af, const void *src, const void *dst, const char *name, u
         if (!(u = getenv("USERNAME")))
             u = "-";
     
-    ntp = time(NULL) + 2208988800;
+    ntp = time(NULL) + 2208988800U;
 
     a = inet_ntop(af, src, buf_src, sizeof(buf_src));
     assert(a);