another off-by-one, reported by «macaronyde:#!/bin/mksh»

This commit is contained in:
tg
2009-03-17 13:56:47 +00:00
parent d99541d7c8
commit d8c3d6e9c1
3 changed files with 7 additions and 7 deletions

4
sh.h
View File

@@ -102,9 +102,9 @@
#define __SCCSID(x) __IDSTRING(sccsid,x)
#ifdef EXTERN
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.278 2009/03/16 15:50:13 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.279 2009/03/17 13:56:45 tg Exp $");
#endif
#define MKSH_VERSION "R36 2009/03/15"
#define MKSH_VERSION "R36 2009/03/17"
#ifndef MKSH_INCLUDES_ONLY