Page MenuHome

Cleanup: File Browser: use const, remove unused variable.
AbandonedPublic

Authored by Ankit Meel (ankitm) on Oct 9 2020, 11:10 AM.

Details

Reviewers
None
Summary

targetIsDirectory slipped through the code review of
D6679: Fix T60682: adds macOS alias redirection for directories/rBafb1a64ccb81: Fix T60682: adds macOS alias redirection for directories.
BLI_is_dir exists to check for directory status of a file.

Remove some else-after-returns.

Use r_ prefix for return value arguments, and move it to the end
in the list of arguments.

Diff Detail

Repository
rB Blender
Branch
cleanup (branched from master)
Build Status
Buildable 10648
Build 10648: arc lint + arc unit

Event Timeline

Ankit Meel (ankitm) requested review of this revision.Oct 9 2020, 11:10 AM
Ankit Meel (ankitm) created this revision.
Ankit Meel (ankitm) retitled this revision from Cleanup: use const, remove unused variable. to Cleanup: File Browser: use const, remove unused variable..Oct 9 2020, 12:34 PM