Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
a4e2f1d4
Commit
a4e2f1d4
authored
Mar 26, 2012
by
Christian Costa
Committed by
Alexandre Julliard
Mar 27, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
attrib: Add 2 missing spaces between attribute flags and filename.
parent
1ed66392
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
attrib.c
programs/attrib/attrib.c
+1
-1
test_builtins.cmd.exp
programs/cmd/tests/test_builtins.cmd.exp
+1
-1
No files found.
programs/attrib/attrib.c
View file @
a4e2f1d4
...
...
@@ -197,7 +197,7 @@ int wmain(int argc, WCHAR *argv[])
fd
.
dwFileAttributes
|=
FILE_ATTRIBUTE_NORMAL
;
SetFileAttributesW
(
name
,
fd
.
dwFileAttributes
);
}
else
{
static
const
WCHAR
fmt
[]
=
{
'%'
,
'1'
,
' '
,
' '
,
' '
,
'%'
,
'2'
,
'\n'
,
'\0'
};
static
const
WCHAR
fmt
[]
=
{
'%'
,
'1'
,
' '
,
' '
,
' '
,
'
'
,
' '
,
'
%'
,
'2'
,
'\n'
,
'\0'
};
if
(
fd
.
dwFileAttributes
&
FILE_ATTRIBUTE_HIDDEN
)
{
flags
[
0
]
=
'H'
;
}
...
...
programs/cmd/tests/test_builtins.cmd.exp
View file @
a4e2f1d4
...
...
@@ -709,7 +709,7 @@ Read-only file forcibly deleted
@todo_wine@A R @pwd@\foobar\baz\level2@or_broken@A R @pwd@\foobar\baz\level2@or_broken@A R I @pwd@\foobar\baz\level2
@todo_wine@A @pwd@\foobar\bar@or_broken@A @pwd@\foobar\bar@or_broken@A I @pwd@\foobar\bar
--- folders processing
@todo_wine@
@pwd@\foobar@or_broken@ @pwd@\foobar@or_broken@ I @pwd@\foobar
@pwd@\foobar@or_broken@ @pwd@\foobar@or_broken@ I @pwd@\foobar
@todo_wine@ R @pwd@\foobar\baz@or_broken@ R @pwd@\foobar\baz@or_broken@ @pwd@\foobar\baz@or_broken@ R I @pwd@\foobar\baz
@todo_wine@A @pwd@\foobar\baz\toto@or_broken@A @pwd@\foobar\baz\toto@or_broken@A I @pwd@\foobar\baz\toto
toto
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment