Skip to content

Commit

Permalink
fixing another use of HashTable
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson committed Jun 24, 2011
1 parent 7841ee8 commit a953a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion j/process.j
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ type Cmd

function Cmd(exec::Executable)
this = new(exec,
HashTable(FileDes,PipeEnd),
HashTable{FileDes,PipeEnd}(),
Set(Cmd),
0,
ProcessNotRun())
Expand Down

0 comments on commit a953a63

Please sign in to comment.