Skip to content
Snippets Groups Projects
Commit 3f363be4 authored by Per Hedbor's avatar Per Hedbor
Browse files

Doing dup will not change anything, it's still the same FD

Rev: lib/modules/Filesystem.pmod/Tar.pmod:1.6
parent 1e26f468
Branches
Tags
No related merge requests found
/*
* $Id: Tar.pmod,v 1.5 1999/12/26 04:31:50 jhs Exp $
* $Id: Tar.pmod,v 1.6 2000/09/04 07:57:44 per Exp $
*/
class _Tar // filesystem
......@@ -33,7 +33,7 @@ class _Tar // filesystem
void create(int p, int l)
{
assign(fd->dup());
assign(fd/*->dup()*/);
start = p;
len = l;
seek(0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment