[PR #58] radius-client: fix printf format warning for uint64_t #44

Open
opened 2026-03-04 14:52:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/f00b4r0/uspot/pull/58
Author: @BKPepe
Created: 12/29/2025
Status: 🔄 Open

Base: nextHead: fix-warning


📝 Commits (1)

  • 63fd586 radius-client: fix printf format warning for uint64_t

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 src/radius-client.c (+1 -1)

📄 Description

Fixes:

warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=]

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/f00b4r0/uspot/pull/58 **Author:** [@BKPepe](https://github.com/BKPepe) **Created:** 12/29/2025 **Status:** 🔄 Open **Base:** `next` ← **Head:** `fix-warning` --- ### 📝 Commits (1) - [`63fd586`](https://github.com/f00b4r0/uspot/commit/63fd586de4503799a2cd4041a1f1e8e4fa7fe648) radius-client: fix printf format warning for uint64_t ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/radius-client.c` (+1 -1) </details> ### 📄 Description Fixes: ``` warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/uspot#44
No description provided.