From 59d85e2bb065a3bdc27868acb7a65f89d872c7fa Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 16 Jan 2014 09:26:50 -0600 Subject: Rename xmsprintf() to just xmprintf(). Partly because there's no supplied target string ala sprintf, and partly because I can never remember what order the m and s go in. --- toys/pending/fdisk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/pending/fdisk.c') diff --git a/toys/pending/fdisk.c b/toys/pending/fdisk.c index 24769c68..932b38df 100644 --- a/toys/pending/fdisk.c +++ b/toys/pending/fdisk.c @@ -1005,7 +1005,7 @@ static void add_new_partition(void) return; } - msg = xmsprintf(" %s\n p primary partition(1-4)\n", + msg = xmprintf(" %s\n p primary partition(1-4)\n", extended_offset? "l logical (5 or over)" : "e extended"); choice = 0x20 | read_input(msg, NULL); -- cgit v1.2.3