فهرست منبع

depmaker: kodi needs a longer line then 1024

Waldemar Brodkorb 4 هفته پیش
والد
کامیت
ca87733ab6
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      adk/tools/depmaker.c

+ 2 - 2
adk/tools/depmaker.c

@@ -1,7 +1,7 @@
 /*
 /*
  * depmaker - create package/Depends.mk for OpenADK buildsystem
  * depmaker - create package/Depends.mk for OpenADK buildsystem
  *
  *
- * Copyright (C) 2010-2015 Waldemar Brodkorb <wbx@openadk.org>
+ * Copyright (C) 2010-2026 Waldemar Brodkorb <wbx@openadk.org>
  *
  *
  * This program is free software: you can redistribute it and/or modify
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * it under the terms of the GNU General Public License as published by
@@ -25,7 +25,7 @@
 #include <string.h>
 #include <string.h>
 #include <sys/types.h>
 #include <sys/types.h>
 
 
-#define MAXLINE 1024
+#define MAXLINE 2048
 #define MAXPATH 128
 #define MAXPATH 128
 
 
 static int prefix = 0;
 static int prefix = 0;