Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
apt
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
42
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
APT Developers
apt
Commits
1e9f8402
Commit
1e9f8402
authored
15 years ago
by
Michael Vogt
Browse files
Options
Downloads
Plain Diff
merged from donkult
parents
76fcbe5c
a67de73e
No related branches found
No related tags found
Loading
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
apt-pkg/contrib/mmap.cc
+1
-1
1 addition, 1 deletion
apt-pkg/contrib/mmap.cc
po/apt-all.pot
+1
-1
1 addition, 1 deletion
po/apt-all.pot
with
2 additions
and
2 deletions
apt-pkg/contrib/mmap.cc
+
1
−
1
View file @
1e9f8402
...
...
@@ -201,7 +201,7 @@ DynamicMMap::~DynamicMMap()
if
(
Fd
==
0
)
{
#ifdef _POSIX_MAPPED_FILES
if
(
munmap
(
Base
,
WorkSpace
)
<
0
)
munmap
(
Base
,
WorkSpace
)
;
#else
delete
[]
(
unsigned
char
*
)
Base
;
#endif
...
...
This diff is collapsed.
Click to expand it.
po/apt-all.pot
+
1
−
1
View file @
1e9f8402
...
...
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-07-2
1 18:36
+0200\n"
"POT-Creation-Date: 2009-07-2
6 01:10
+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment