progenvhotfix2- Somehow shit broke.. and wasn't carrying over
authornveid <nveid@comcast.net>
Thu, 26 Oct 2006 09:54:18 +0000 (09:54 +0000)
committerAri Johnson <ari@nveid.com>
Tue, 12 Sep 2006 12:49:49 +0000 (12:49 +0000)
(cherry picked from commit 11cfc82d8bcf1c681a2a79d31d8e53fa4774c74c)

src/prog.c

index a4d8e64aac7417d96636c2b9c9d7f4e8ed8d5517..7ad462e960e5c121cbdb50ce288be79732d43b85 100644 (file)
@@ -484,7 +484,8 @@ prog_handler(DESC * d, char *input)
 
     for (i = 0; i < NUMQ && i < rcnt; i++)
       if (p_buf[i] && strlen(p_buf[i]) > 0)
-        strcpy(global_eval_context.renv[i], p_buf[i]);
+        strcpy(global_eval_context.rnxt[i], p_buf[i]);
+    
   }
   strcpy(buf, atr_value(d->pinfo.atr));
   global_eval_context.wnxt[0] = input;