--- pmxab/pmxab.bak	Fri Jul 11 20:14:02 2003
+++ pmxab/pmxab.for	Fri Jul 11 20:15:03 2003
@@ -540,8 +540,8 @@
         read(*,'(a)')jobname
         numargs = 1
       else 
-        call getarg(1,jobname,idum) ! May need to replace this w/ next line 
-c        call getarg(1,jobname) 
+c        call getarg(1,jobname,idum) ! May need to replace this w/ next line 
+        call getarg(1,jobname) 
       end if
 10    ljob = lenstr(jobname,44)
       if (ljob .gt. 44) then
@@ -553,8 +553,8 @@
       else if (numargs .eq. 2) then
         if (ljob.eq.2 .and. jobname(1:2).eq.'-o') then
           optimize = .true.
-          call getarg(2,jobname,idum) ! May need to replace this w/ next line 
-c          call getarg(2,jobname) 
+c          call getarg(2,jobname,idum) ! May need to replace this w/ next line 
+          call getarg(2,jobname) 
           numargs = 1 
           go to 10
         else
