Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sleuthkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IRT
Sleuthkit
Commits
d65fae46
Commit
d65fae46
authored
9 years ago
by
Joel Uckelman
Browse files
Options
Downloads
Patches
Plain Diff
Fixed variable name typo.
parent
380d3557
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tsk/auto/auto_db.cpp
+2
-2
2 additions, 2 deletions
tsk/auto/auto_db.cpp
with
2 additions
and
2 deletions
tsk/auto/auto_db.cpp
+
2
−
2
View file @
d65fae46
...
@@ -139,7 +139,7 @@ uint8_t
...
@@ -139,7 +139,7 @@ uint8_t
* @param a_images Array of paths to the image parts
* @param a_images Array of paths to the image parts
* @param a_type Image type
* @param a_type Image type
* @param a_ssize Size of device sector in bytes (or 0 for default)
* @param a_ssize Size of device sector in bytes (or 0 for default)
* @param dataSourceId An ASCII-printable identifier for the data source that is intended to be unique across multiple cases (e.g., a UUID)
* @param
a_
dataSourceId An ASCII-printable identifier for the data source that is intended to be unique across multiple cases (e.g., a UUID)
* @return 0 for success, 1 for failure
* @return 0 for success, 1 for failure
*/
*/
uint8_t
uint8_t
...
@@ -200,7 +200,7 @@ uint8_t
...
@@ -200,7 +200,7 @@ uint8_t
return
0
;
return
0
;
#else
#else
return
openImageUtf8
(
a_num
,
a_images
,
a_type
,
a_ssize
,
dataSourceId
);
return
openImageUtf8
(
a_num
,
a_images
,
a_type
,
a_ssize
,
a_
dataSourceId
);
#endif
#endif
}
}
...
...
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