From b6277b30756c96404bc747f32ae45e9d3e205447 Mon Sep 17 00:00:00 2001
From: gcontini <1121667+gcontini@users.noreply.github.com>
Date: 摹曛, 09 1月 2020 10:19:22 +0800
Subject: [PATCH] pc identifiers intermediate work

---
 src/library/pc_identifier/pc-identifiers.c |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/src/library/pc_identifier/pc-identifiers.c b/src/library/pc_identifier/pc-identifiers.c
index f1ec089..eda22b6 100644
--- a/src/library/pc_identifier/pc-identifiers.c
+++ b/src/library/pc_identifier/pc-identifiers.c
@@ -4,14 +4,14 @@
  *  Created on: Apr 16, 2014
  *
  */
-
-#include "os/os.h"
-#include "pc-identifiers.h"
 #include <stdlib.h>
 #include <string.h>
 #include <stdio.h>
-#include "base/base64.h"
-#include "base/base.h"
+
+#include "../os/os.h"
+#include "pc-identifiers.h"
+#include "../base/base64.h"
+#include "../base/base.h"
 #ifdef __linux__
 #include <stdbool.h>
 #include <valgrind/memcheck.h>
@@ -69,7 +69,6 @@
 				array_index = i * adapter_num + j;
 				if (array_index >= caller_identifiers) {
 					function_return = FUNC_RET_BUFFER_TOO_SMALL;
-					// sweet memories...
 					goto end;
 				}
 				for (k = 0; k < 6; k++)

--
Gitblit v1.9.1