From 12df833563034573f62d61c69b4abf38b95d1a18 Mon Sep 17 00:00:00 2001 From: Richard Sharpe Date: Fri, 15 May 2015 14:56:25 -0700 Subject: Convert the few instances of int32 there were to int32_t. Signed-off-by: Richard Sharpe Reviewed-by: Jeremy Allison Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Sat May 16 03:09:12 CEST 2015 on sn-devel-104 --- source3/printing/printing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/printing/printing.c') diff --git a/source3/printing/printing.c b/source3/printing/printing.c index 0328e744ca5..4a2ffd17ca7 100644 --- a/source3/printing/printing.c +++ b/source3/printing/printing.c @@ -1545,7 +1545,7 @@ static void print_queue_update_internal(struct tevent_context *ev, */ slprintf(keystr, sizeof(keystr)-1, "CACHE/%s", sharename); - tdb_store_int32(pdb->tdb, keystr, (int32)time(NULL)); + tdb_store_int32(pdb->tdb, keystr, (int32_t)time(NULL)); /* clear the msg pending record for this queue */ -- cgit v1.2.1