diff src/help.cc @ 1889:9a7cba7bb25b

[project @ 1996-02-06 17:00:05 by jwe]
author jwe
date Tue, 06 Feb 1996 17:00:05 +0000
parents e62277bf5fe0
children db375ab88640
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);
 		}
 	    }