Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

fixed bugs in row.c #156

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fixed bugs in row.c #156

wants to merge 1 commit into from

Conversation

jenningsje
Copy link
Contributor

No description provided.

@jenningsje jenningsje requested a review from BoPeng January 10, 2022 14:47
@BoPeng
Copy link
Contributor

BoPeng commented Jan 10, 2022

Your PR does not make sense at all. Please learn to use "git diff" before your commit, or "Files Changed" from the github interface after you create a PR.

if line.startswith('VTOOLS_VERSION='):
VTOOLS_VERSION = line[15:].strip().strip('"').strip("'")
if line.startswith('VTOOLS_VERSION'):
VTOOLS_VERSION = line.split('=')[1].strip().strip('"').strip("'")
break
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These changes are irrelevant.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants