Index: src/pld/pld.c
===================================================================
--- src/pld/pld.c	(revision 1876)
+++ src/pld/pld.c	(working copy)
@@ -189,7 +189,7 @@
 		gettimeofday(&end, NULL);	
 		timeval_subtract(&duration, &end, &start);
 
-		command_print(cmd_ctx, "loaded file %s to pld device %lu in %lis %lius",
+		command_print(cmd_ctx, "loaded file %s to pld device %lu in %lis %ius",
 			args[1], strtoul(args[0], NULL, 0),
 			duration.tv_sec, duration.tv_usec);
 	}
Index: src/xsvf/xsvf.c
===================================================================
--- src/xsvf/xsvf.c	(revision 1876)
+++ src/xsvf/xsvf.c	(working copy)
@@ -1021,7 +1021,7 @@
 	if (unsupported)
 	{
 		command_print(cmd_ctx,
-			 "unsupported xsvf command: 0x%02X in xsvf file at offset %ld, aborting",
+			 "unsupported xsvf command: 0x%02X in xsvf file at offset %jd, aborting",
 					  uc,  lseek(xsvf_fd, 0, SEEK_CUR)-1 );
 		return ERROR_FAIL;
 	}
