mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #212] [MERGED] Change MaxUint32 to MaxInt32 in scroll.go #260
Labels
No labels
bug
cleanup
enhancement
enhancement
enhancement
good first issue
help wanted
help wanted
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/termdash#260
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mum4k/termdash/pull/212
Author: @donaldww
Created: 5/21/2019
Status: ✅ Merged
Merged: 5/21/2019
Merged by: @mum4k
Base:
devel← Head:master📝 Commits (1)
ceea79fChange MaxUint32 to MaxInt32📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
widgets/text/scroll.go(+1 -1)📄 Description
This change addresses the following compile error, reported by raspberry-pi golang compiler v1.12:
/home/pi/go/pkg/mod/github.com/mum4k/termdash@v0.9.0/widgets/text/scroll.go:119:29: constant 4294967295 overflows int
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.