changeset 1889:9a7cba7bb25b

[project @ 1996-02-06 17:00:05 by jwe]
author jwe
date Tue, 06 Feb 1996 17:00:05 +0000
parents ea3bb1476056
children 80e1b8c4af5c
files src/help.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/help.cc
+++ b/src/help.cc
@@ -751,8 +751,8 @@
 
 	      if (pos != NPOS)
 		{
+		  elts = id.substr (pos+1);
 		  id = id.substr (0, pos);
-		  elts = id.substr (pos+1);
 		}
 	    }