[PR #1270] [CLOSED] fix bug in #1867

Open
opened 2026-01-29 15:25:32 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/1270
Author: @Arash1381-y
Created: 6/10/2023
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

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

View changed files

📝 data_structures/queue/queue.c (+3 -1)

📄 Description

fix the bug i issued here


🔄 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/TheAlgorithms/C/pull/1270 **Author:** [@Arash1381-y](https://github.com/Arash1381-y) **Created:** 6/10/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`f5d4ee8`](https://github.com/TheAlgorithms/C/commit/f5d4ee86a4fd4b6993c01cf5c9f59b42b01d92b2) fix bug in ### 📊 Changes **1 file changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `data_structures/queue/queue.c` (+3 -1) </details> ### 📄 Description fix the bug i issued [here](https://github.com/TheAlgorithms/C/issues/1269) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:25:32 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1867