8000 panic name without a dot · Issue #9 · kdomanski/iso9660 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
panic name without a dot  #9
Closed
Closed
@sdir

Description

@sdir

if len(splitFileIdentifier[1]) == 0 {

runtime error: index out of range [1] with length 1

maybe

	if len(splitFileIdentifier) == 0 {
		return splitFileIdentifier[0]
	}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0