[PR #847] [MERGED] Replace all instances of C's getenv with C++'s std::getenv #1708

Closed
opened 2026-05-05 07:59:57 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/debauchee/barrier/pull/847
Author: @chewi
Created: 8/22/2020
Status: Merged
Merged: 8/22/2020
Merged by: @p12tic

Base: masterHead: getenv


📝 Commits (1)

  • 7aa1104 Replace all instances of C's getenv with C++'s std::getenv

📊 Changes

3 files changed (+4 additions, -4 deletions)

View changed files

📝 src/lib/arch/unix/ArchDaemonUnix.cpp (+1 -1)
📝 src/lib/common/unix/DataDirectories.cpp (+2 -2)
📝 src/lib/platform/XWindowsScreen.cpp (+1 -1)

📄 Description

As requested in #846.


🔄 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/debauchee/barrier/pull/847 **Author:** [@chewi](https://github.com/chewi) **Created:** 8/22/2020 **Status:** ✅ Merged **Merged:** 8/22/2020 **Merged by:** [@p12tic](https://github.com/p12tic) **Base:** `master` ← **Head:** `getenv` --- ### 📝 Commits (1) - [`7aa1104`](https://github.com/debauchee/barrier/commit/7aa110475ed354f35c3b7af36744a4150a1c1cf8) Replace all instances of C's getenv with C++'s std::getenv ### 📊 Changes **3 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/arch/unix/ArchDaemonUnix.cpp` (+1 -1) 📝 `src/lib/common/unix/DataDirectories.cpp` (+2 -2) 📝 `src/lib/platform/XWindowsScreen.cpp` (+1 -1) </details> ### 📄 Description As requested in #846. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 07:59:57 -06:00
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: github-starred/barrier#1708
No description provided.