diff options
author | Björn-Egil Dahlberg <[email protected]> | 2011-05-20 15:43:53 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2011-05-20 15:43:53 +0200 |
commit | 95c3ab442c13e84502a749e61ad09fc8e5816d34 (patch) | |
tree | 9ff5767b2b55e24ef4fbcc4e015287a09ca9bf41 /bootstrap/lib/stdlib/include | |
parent | f51fe0b00300082fe2a937c4575afedd9e113afa (diff) | |
download | otp-95c3ab442c13e84502a749e61ad09fc8e5816d34.tar.gz otp-95c3ab442c13e84502a749e61ad09fc8e5816d34.tar.bz2 otp-95c3ab442c13e84502a749e61ad09fc8e5816d34.zip |
Update primary bootstrap
Diffstat (limited to 'bootstrap/lib/stdlib/include')
-rw-r--r-- | bootstrap/lib/stdlib/include/zip.hrl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/lib/stdlib/include/zip.hrl b/bootstrap/lib/stdlib/include/zip.hrl index 2b5ddc1dfe..6e3ed9c78a 100644 --- a/bootstrap/lib/stdlib/include/zip.hrl +++ b/bootstrap/lib/stdlib/include/zip.hrl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2006-2009. All Rights Reserved. +%% Copyright Ericsson AB 2006-2011. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in @@ -19,7 +19,7 @@ -record(zip_file, { name :: string(), % file name - info :: #file_info{}, + info :: file:file_info(), comment :: string(), % zip file comment offset :: non_neg_integer(), % offset of file's local header in archive comp_size :: non_neg_integer() % compressed size |