From 053b3623b5906ebe65937172123a2cceec745391 Mon Sep 17 00:00:00 2001 From: tedu Date: Thu, 8 May 2014 15:48:41 +0000 Subject: [PATCH] protip: "It's largely bad style to do (int)sizeof" amusingly, theo phrased this with considerably more restraint than i did. --- usr.bin/mg/theo.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c index 43e26da48d4..9c4f8b8fc61 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.138 2014/04/18 14:25:52 schwarze Exp $ */ +/* $OpenBSD: theo.c,v 1.139 2014/05/08 15:48:41 tedu Exp $ */ /* * Copyright (c) 2002 Artur Grabowski * All rights reserved. @@ -181,6 +181,7 @@ static const char *talk[] = { "my integer overflow spidey senses are tingling.", "I'm just trying to improve the code...", "It's a pleasure to work on code you can't make worse.", + "It's largely bad style to do (int)sizeof", }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); -- 2.20.1