Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-fonts
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
Aleksandr Isakov
wine-fonts
Commits
0b201505
Commit
0b201505
authored
Oct 15, 2006
by
Francois Gouget
Committed by
Alexandre Julliard
Oct 16, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msi: Remove spaces before '\n's.
parent
70066c16
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
table.c
dlls/msi/table.c
+3
-3
No files found.
dlls/msi/table.c
View file @
0b201505
...
...
@@ -1659,7 +1659,7 @@ static MSIRECORD *msi_get_transform_record( MSITABLEVIEW *tv, string_table *st,
if
(
!
rec
)
return
rec
;
TRACE
(
"row ->
\n
"
);
TRACE
(
"row ->
\n
"
);
for
(
i
=
0
;
i
<
tv
->
num_cols
;
i
++
)
{
UINT
n
=
bytes_per_column
(
&
columns
[
i
]
);
...
...
@@ -1936,12 +1936,12 @@ static UINT msi_table_load_transform( MSIDATABASE *db, IStorage *stg,
ERR
(
"no matching row to transform
\n
"
);
else
if
(
mask
)
{
TRACE
(
"modifying row [%d]:
\n
"
,
row
);
TRACE
(
"modifying row [%d]:
\n
"
,
row
);
msi_table_modify_row
(
tv
,
rec
,
row
,
mask
);
}
else
{
TRACE
(
"deleting row [%d]:
\n
"
,
row
);
TRACE
(
"deleting row [%d]:
\n
"
,
row
);
msi_delete_row
(
tv
,
row
);
}
}
...
...
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